projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c41ddf
)
Add chkdoc.
author
robertl
<robertl>
Fri, 11 Jul 2003 04:51:43 +0000
(
04:51
+0000)
committer
robertl
<robertl>
Fri, 11 Jul 2003 04:51:43 +0000
(
04:51
+0000)
chkdoc
[new file with mode: 0755]
patch
|
blob
diff --git a/chkdoc
b/chkdoc
new file mode 100755
(executable)
index 0000000..
89c6aca
--- /dev/null
+++ b/
chkdoc
@@ -0,0
+1,11
@@
+
+./gpsbabel -^ |
+while read FMT
+do
+ set -- $FMT
+ TYPE=$1
+ grep -q $TYPE ~/src/babelweb/capabilities.html || echo $TYPE is not documented in capabilities.html.
+
+ grep -qi "^ $TYPE$" README || echo $TYPE is not documented in README.
+
+done